type github.com/vmihailenco/msgpack/v5.fields

11 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		types.go#L77: func (m *structCache) Fields(typ reflect.Type, tag string) *fields {
		types.go#L81: 		return v.(*fields)
		types.go#L123: type fields struct {
		types.go#L132: func newFields(typ reflect.Type) *fields {
		types.go#L133: 	return &fields{
		types.go#L140: func (fs *fields) Add(field *field) {
		types.go#L149: func (fs *fields) warnIfFieldExists(name string) {
		types.go#L155: func (fs *fields) OmitEmpty(strct reflect.Value, forced bool) []*field {
		types.go#L171: func getFields(typ reflect.Type, fallbackTag string) *fields {
		types.go#L264: func inlineFields(fs *fields, typ reflect.Type, f *field, tag string) {
		types.go#L276: func shouldInline(fs *fields, typ reflect.Type, f *field, tag string) bool {